ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / DerivedTypeTypeConverter<T> Class / ConvertFromInvariantString Method / ConvertFromInvariantString(ITypeDescriptorContext,String) Method

In This Topic
    ConvertFromInvariantString(ITypeDescriptorContext,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function ConvertFromInvariantString( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal text As System.String _
    ) As System.Object
    public System.object ConvertFromInvariantString( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.string text
    )

    Parameters

    context
    text
    See Also